home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Le Casse Dents.swf / scripts / DefineButton2_173 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2006-06-13  |  79 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("BT Back")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6. }
  7.